Add GtkMenuButton:primary Since: annotation
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 13 Jul 2021 07:31:00 +0000 (11:31 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 13 Jul 2021 07:31:09 +0000 (11:31 +0400)
Property added in commit a74420bc1a501f6ee951ed152e8f9a941b0c8438.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
gtk/gtkmenubutton.c

index 0c2d53ad8cc7e44f3c2bf5eb94d2a01a6618a44a..e1d8209ddc5a4b9ee95f013240e77aa23a8828d4 100644 (file)
@@ -497,6 +497,8 @@ gtk_menu_button_class_init (GtkMenuButtonClass *klass)
    * Whether the menu button acts as a primary menu.
    *
    * Primary menus can be opened using the <kbd>F10</kbd> key
+   *
+   * Since: 4.4
    */
   menu_button_props[PROP_PRIMARY] =
     g_param_spec_boolean ("primary",
@@ -1307,6 +1309,8 @@ gtk_menu_button_unroot (GtkWidget *widget)
  * Sets whether menu button acts as a primary menu.
  *
  * Primary menus can be opened with the <kbd>F10</kbd> key.
+ *
+ * Since: 4.4
  */
 void
 gtk_menu_button_set_primary (GtkMenuButton *menu_button,